home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / a_utils / perl / cterm.lha / cdefs.in.SUN < prev    next >
Text File  |  1993-08-13  |  3KB  |  163 lines

  1. # BEGIN unsupported
  2. # delay_output ms
  3. # del_term
  4. # gettmode
  5. # mvprintw
  6. # mvscanw
  7. # mvwprintw
  8. # mvwscanw
  9. # newterm
  10. # printw
  11. # putp
  12. # scanw
  13. # setterm
  14. # setupterm
  15. # set_term
  16. # set_curterm
  17. # tgetent
  18. # tgetflag
  19. # tgetnum
  20. # tgetstr
  21. # tgoto
  22. # tparm
  23. # tputs
  24. # traceoff
  25. # traceon
  26. # vidattr
  27. # vidputs
  28. # END unsupported
  29.  
  30. # BEGIN extensions
  31. getLINES RETURN resint
  32. getCOLS RETURN resint
  33. edit str curpos y x xlen rep RETURN str resint
  34. wedit win str curpos y x xlen rep RETURN str resint
  35. show str curpos y x xlen rep
  36. wshow win str curpos y x xlen rep
  37. editq chint
  38. editreset
  39. editl chint
  40. editlreset
  41. editr chint
  42. editrreset
  43. ctermlog str
  44. quitcterm FLUSH
  45. # END extensions
  46.  
  47. # BEGIN extra's
  48. getchR RETURN resint
  49. wgetchR win RETURN resint
  50. clrreg top bot
  51. wclrreg win top bot
  52. # END extra's
  53.  
  54. # BEGIN curses
  55. addch ch
  56. addstr str
  57. # attroff attrs
  58. # attron attrs
  59. # attrset attrs
  60. baudrate RETURN resint
  61. # beeb
  62. box win vert hor
  63. cbreak
  64. clear
  65. clearok win flag
  66. clrtobot
  67. clrtoeol
  68. delch
  69. deleteln
  70. delwin delw
  71. # doupdate
  72. # draino ms
  73. echo
  74. endwin FLUSH
  75. erase
  76. erasechar RETURN resint
  77. # fixterm
  78. # flash
  79. getch RETURN resint
  80. getstr &str RETURN str
  81. getyx win &y &x RETURN y x
  82. # has_ic RETURN resint
  83. # has_il RETURN resint
  84. idlok win flag
  85. inch RETURN resint
  86. initscr
  87. insch ch
  88. insertln
  89. # intrflush win flag
  90. # keypad win flag
  91. killchar RETURN resint
  92. leaveok win flag
  93. longname RETURN resstr
  94. # meta win flag RETURN resint
  95. move y x
  96. mvaddch y x ch
  97. mvaddstr y x str
  98. mvcur oldrow oldcol newrow newcol
  99. mvdelch y x
  100. mvgetch y x RETURN resint
  101. mvgetstr y x &str RETURN str
  102. mvinch y x RETURN resint
  103. mvinsch y x ch
  104. mvwaddch win y x ch
  105. mvwaddstr win y x str
  106. mvwdelch win y x
  107. mvwgetch win y x RETURN resint
  108. mvwgetstr win y x &str RETURN str
  109. mvwin win y x
  110. mvwinch win y x RETURN resint
  111. mvwinsch win y x ch
  112. # napms ms
  113. # newpad num_lines num_cols RETURN reswin
  114. newwin num_lines num_cols y x RETURN reswin
  115. nl
  116. nocbreak
  117. # nodelay win flag
  118. noecho
  119. nonl
  120. noraw
  121. overlay win1 win2
  122. overwrite win1 win2
  123. # pnoutrefresh pad pminrow pmincol sminrow smincol smaxrow smaxcol
  124. # prefresh pad pminrow pmincol sminrow smincol smaxrow smaxcol
  125. raw
  126. refresh
  127. # resetterm
  128. resetty
  129. # saveterm
  130. savetty
  131. scroll win
  132. scrollok win flag
  133. # setscrreg top bot
  134. standend
  135. standout
  136. subwin win num_lines num_cols y x RETURN reswin
  137. touchwin win
  138. # typeahead fd
  139. unctrl chint RETURN resstr
  140. waddch win ch
  141. waddstr win str
  142. # wattroff win attrs
  143. # wattron win attrs
  144. # wattrset win attrs
  145. wclear win
  146. wclrtobot win
  147. wclrtoeol win
  148. wdelch win
  149. wdeleteln win
  150. werase win
  151. wgetch win RETURN resint
  152. wgetstr win &str RETURN str
  153. winch win RETURN resint
  154. winsch win ch
  155. winsertln win
  156. wmove win y x
  157. # wnoutrefresh win
  158. wrefresh win
  159. # wsetscrreg win top bot
  160. wstandend win
  161. wstandout win
  162. # END curses
  163.